a couple weeks ago i added the new sharethis bar widget as well as the new frictionless share widget (auto share)
the new bar has a popout ad
to be less annoying i set it to wait 30 sec then pop out for only 5 sec then go away
i expected not alot from the ad because it only shows a few seconds but it turns out to be 1 of the highest paying ad slots
definatly worth trying out
another advantage is its always above the fold no matter where u scrolled to when o[it pop itself out
u can change the timing and all
i did add extra share buttons so had to use css to move it up sk]=lightly and move it backwards in the z-index so it wasnt floating over the chat
Replies
will you share tip ? of that Add. i need little hints for that wideget
when add the widget do you ticket the backfill ads as well? and what address do you write in the backfill area?
u create a html page upload it get that address use that i use adsence backfuill
when i create the html page and get the address it show the whole website.
check it out.
This is the code that I tried using
<script type="text/javascript"><!--
google_ad_client = "ca-pub-6668041031496991";
/* RECTANGLE NEW 300X250 */
google_ad_slot = "3727489243";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
this the page that i created from it
http://www.intdevcommunities.com/page/advertisement
Any tips on how to solve it?
dont create a page by creating a page
make a page..an thtml file with only the ad code in the body
then upload itusing the file manager or put it on any otherf server and use the url
Will you write a full walkthrough for this?
I'm not getting this.
if you dont know html or how to create a page then open notepad
put this in there
<html>
<head>
</head>
<body>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-6668041031496991";
/* RECTANGLE NEW 300X250 */
google_ad_slot = "3727489243";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</body></html>
save that with the .html file extention
upload it using file manager give it a custom url like /ads/
copy the url
use that
am getting first part but not the last part.
upload it using file manager give it a custom url like /ads/
I am using the PLUS version of ning and I dont have access to the file manager.
Is there a work around?
upload it to any other server u got and use the url