WordPress Plugin To Insert A Random Code After Every Post?

webmast

Regular Member
Joined
Dec 18, 2010
Messages
337
Reaction score
239
I'm looking for a WordPress plugin that will insert a random code (text, banner, link, etc.) after every existing and future blog post.
The idea is to rotate your profile links on some well-indexed blog in order to get them indexed.

Example:
1. We have 10000 profile links (vBulletin, SMF, PHPBB profiles or whatever).
2. We spread them over 1000 already indexed blog posts (10 random profile links under every post).
3. Once we got the profiles indexed by Google, we remove them from the blog posts.

Repeat steps from 1 to 3 to index an infinite number of forum profiles ;)

There should be a WordPress plugin that do that. Which is it?
 
Last edited:
Unfortunately the Ad Rotator plugin doesn't seem to work with the latest WordPress version. But I definitely need something like this.
 
Come on guys! The idea is good, please help me to find a WP plugin that can do that.
 
2 TS
If U interested i can write simple plugin without admin interface
pm me for details
 
Zetar2, I'm a bit too paranoic and I wouldn't run PHP code from untrusted sources (no offense intended obviously) on my sites. If you're willing to code this plugin for the community and make it available for all to test and improve then I will be more than happy to give ideas, etc. IMHO many webmasters will be interested in such a WordPress plugin.
 
Is this what you were looking for?

wordpress . org /extend/plugins/ad-injection/

Sorry, I cant post urls...just remove spaces :/
 
Last edited:
Make a file called links.php and make a call to it from the template right after wp_content.

And it would work like a charm!

Or, you can directly insert those links to the template, which is pretty easy that what I suggested first!

Anyways, a plugin, if it exists will be handy for sure!

~ExP~
 
Oh, it looks totally amazing! I can't believe I missed this little gem :)
Here is a proper link for everyone else: http://wordpress.org/extend/plugins/ad-injection/
 
Back
Top