Get your End Of Quarter PUSH Ticker here!

jordie

Member
Joined
Nov 13, 2007
Messages
475
Hey Guys,

A main reason why the EoQ PUSH ticker isn't on any website is that it's using a different method from previously moneybombs and so webmasters couldn't hook it up easily.

Well, I've created a proxy of sorts, so webmasters can now just use the following code to put the ticker on their website. Only issue is it can't be resized easily so doesn't fit in most designs :/ I'll look into it a bit later about making a smaller sized one. For now, here is a replica of the ticker on the main website. The stats are updated every 5 minutes.

Code:
<iframe src="http://www.whoshouldisupport.com/rp2012/rp_counter.php" border="0" width="918" frameborder="0" scrolling="no" height="376"></iframe>
 
Last edited:
Hey Guys,

A main reason why the EoQ PUSH ticker isn't on any website is that it's using a different method from previously moneybombs and so webmasters couldn't hook it up easily.

Well, I've created a proxy of sorts, so webmasters can now just use the following code to put the ticker on their website. Only issue is it can't be resized easily so doesn't fit in most designs :/ I'll look into it a bit later about making a smaller sized one. For now, here is a replica of the ticker on the main website. The stats are updated every 5 minutes.

Code:
<iframe src="http://www.whoshouldisupport.com/rp2012/rp_counter.php" border="0" width="918" frameborder="0" scrolling="no" height="376"></iframe>
Thanks. Glad someone with skills is helping get the word out.
 
Ok, created the new 500px wide widget!

Code:
 <iframe src="http://www.whoshouldisupport.com/rp2012/rp_counter_500.php" border="0" width="500" frameborder="0" scrolling="no" height="376"></iframe>

Please try and get this on the front page of the website and on other websites! preview the widget here: http://www.whoshouldisupport.com/rp2012/rp_counter_500.php
 
Hey Guys,

A main reason why the EoQ PUSH ticker isn't on any website is that it's using a different method from previously moneybombs and so webmasters couldn't hook it up easily.

Well, I've created a proxy of sorts, so webmasters can now just use the following code to put the ticker on their website. Only issue is it can't be resized easily so doesn't fit in most designs :/ I'll look into it a bit later about making a smaller sized one. For now, here is a replica of the ticker on the main website. The stats are updated every 5 minutes.

Code:
<iframe src="http://www.whoshouldisupport.com/rp2012/rp_counter.php" border="0" width="918" frameborder="0" scrolling="no" height="376"></iframe>

Big Rep due for that one. (although my rep is maxed out for now)
 
Posted to front page.

Thanks and +rep!

Can you make me a horizontal ticker with a max height of 100px and max width of 500?
 
Posted to front page.

Thanks and +rep!

Can you make me a horizontal ticker with a max height of 100px and max width of 500?

The one on the front page seems to be stuck at zero.
Here is the code for the one I use at RP12.com which is functional. It's reusing the 2nd Quarter code so the goal is 3 million (which wouldn't suck if we got that much).

Code:
<!-- START TICKER -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="459" height="188" id="ticker" align="middle">
	<param name="movie" value="http://rp4.us/ticker.swf" />
	<param name="quality" value="high" />
	<param name="bgcolor" value="#ffffff" />

	<param name="play" value="true" />

	<param name="loop" value="true" />
	<param name="wmode" value="window" />

	<param name="scale" value="showall" />
	<param name="menu" value="true" />
	<param name="devicefont" value="false" />
	<param name="salign" value="" />
	<param name="allowScriptAccess" value="always" />

	<param name="FlashVars" value="loadDataURL=http://www.ronpaul2012.com/wp-content/themes/ronpaul2012/tp.phpbarLimit=2" />

	<!--[if !IE]>-->
	<object type="application/x-shockwave-flash" data="http://www.ronpaul2012.com/wp-content/themes/ronpaul2012/ticker.swf" width="459" height="188">

		<param name="movie" value="http://rp4.us/ticker.swf" />
		<param name="quality" value="high" />
		<param name="bgcolor" value="#ffffff" />
		<param name="play" value="true" />
		<param name="loop" value="true" />

		<param name="wmode" value="window" />
		<param name="scale" value="showall" />
		<param name="menu" value="true" />
		<param name="devicefont" value="false" />

		<param name="salign" value="" />
		<param name="allowScriptAccess" value="always" />
		<param name="FlashVars" value="loadDataURL=http://www.ronpaul2012.com/wp-content/themes/ronpaul2012/tp.php&barLimit=2" />
	<!--<![endif]-->

		<a href="http://www.adobe.com/go/getflash">
			<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
		</a>
	<!--[if !IE]>-->
	</object>

	<!--<![endif]-->
</object>
<br />
<a href="http://ronpaul2012.com/">DONATE NOW!</a>

<!-- END TICKER -->

eb

edit: after a refresh the one on the main page here seems to be working now.
 
Last edited:
Back
Top