I'm trying to figure out how I would go about putting a ad in a particular blog, or forum, not all the blogs and forums, just some specificity ones. Any help would be appreciated.
Tags:

That's gonna be a custom job. I'm sure TJ can help you.
Best Wishes

Permalink Reply by soaringeagle on October 21, 2012 at 9:01am edit
paste
hows it a custom job?
u edit the blog
paste in the ad code where u want it
its extremely simple
Permalink Reply by Anthony on October 21, 2012 at 10:08am I tried that and the code vanished when I publish.

Permalink Reply by soaringeagle on October 21, 2012 at 10:31am ok in that case try using openx remnant campains add the adsence code as a baner there use the zone invocation code ..iframes version (with or withot refresh) skip the click traking thats js and will be stripped too
paste in just he iframes code
im sure that will work
when u did the code did you switch back to visual or save while still in html mode
Permalink Reply by Anthony on October 21, 2012 at 10:43am I'm kinda of tired of OpenX, it just don't work on our network, I even download the openX source code on my server and it work for about two page view then the codes vanished.

Permalink Reply by soaringeagle on October 21, 2012 at 10:54am how can the codes vannish?
its working perfetly for me
well the insertion code ..jensocial has a code generator in her vip group if yor in thrre
actualy
hmm i really am not sure that will work if u want it only in 1 bog
maybe if u use the usergeerated id code
realy openx is the easiest way
Permalink Reply by Anthony on October 21, 2012 at 11:10am This is what I mean when code vanish...IF I place 20 lines of code and press save or publish, when I return, I will only see 5 lines of code.
Two days ago, Ning sent me a message letting me know that My network will be moving to a new server, from the move of my network, these problem starts.

Permalink Reply by Patrick Chappelle on October 21, 2012 at 9:51am I think I know what you mean, I had a similar problem recently when I tried to put a Paypal widget in one of my blogs. No matter what I did, it would vanish every time I clicked save.
What's the ad you're trying to put into your blog?

Permalink Reply by soaringeagle on October 21, 2012 at 10:01am creators should be able to use js in blogs if nit u can use iframes if u usethe openmarket adserver ibstrad i[of straight from adence (as an example)
really a blog or forum post shouldnt be much diferent then a textbox
but what ci[odes u can use are limited by yiur roles
i think admins can put js in text boxes only crators can on their profiles tooo as well as i believe blogs and forums
if u must use js
i maybe able to create a custom insertion point .. a blankor containin g named div then use the insertion code4 to place the ad code b4 after or inside that div
Permalink Reply by Anthony on October 21, 2012 at 10:10am I looks like JS would get the job done. Do you have a code for JS, or instruction?

Anthony,
This should work for a specific Blog, and code at bottom for specific Forum. This code will insert your Ad at bottom of Blog, before Share links. Change yourblog_url to your blogs URL after the /profiles/blogs/.
Add your Ad code "Your Google Adsense, Content, or Other Ads GO HERE."
Add to Custom Code Box.
SPECIFIC BLOG:
<!-- Special Ad or Content Within Specific Blog -->
<div id="tmp_insideblog" style="display:none;">
Your Google Adsense, Content, or Other Ads GO HERE.
</div>
<script type="text/javascript">
if (window.location.href.split('/profiles/blogs/')[1] == 'yourblog_url') {
x$(".xg_widget_profiles_blog_show .xg_blog .postbody").after('<div id="insideblog"></div>');
var t_insideblogCode = document.getElementById('tmp_insideblog');
var insideblogCode = document.getElementById('insideblog');
insideblogCode.innerHTML = t_insideblogCode.innerHTML;
}
</script>
<!-- End Special Ad or Content Within Specific Blog -->
SPECIFIC FORUM:
<!-- Special Ad or Content Within Specific Forum -->
<div id="tmp_insideforum" style="display:none;">
Your Google Adsense, Content, or Other Ads GO HERE.
</div>
<script type="text/javascript">
if (window.location.href.split('forum/topics/')[1] == 'yourforum_url') {
x$(".xg_widget_forum_topic_show div.discussion div.description").after('<div id="insideforum"></div>');
var t_insideforumCode = document.getElementById('tmp_insideforum');
var insideforumCode = document.getElementById('insideforum');
insideforumCode.innerHTML = t_insideforumCode.innerHTML;
}
</script>
<!-- End Special Ad or Content Within Specific Forum -->
Best,
Jen
Permalink Reply by Armani Rouse on October 22, 2012 at 12:45pm Hi Jen!
I wanted to create a business directory similar to the one on jensocial for the small business owners who have created a page on my site for their company. I have all the businesses and their info displayed in a text box but I want something a bit more organized how your setup is. Can you assist me?
Kos replied to sho allan's discussion '[TIP-NING 3.0] Add icon in menu tabs!!'
Kos replied to Elshara Silverheart's discussion 'Free Site Promotion'
Ana Maria Sancho Biesa replied to Ana Maria Sancho Biesa's discussion 'Activity ha dejado de funcionar en mi red 3.0' in the group Ning Networks en español
Rosemary Burns joined Allison Leahy's group
Allison Leahy joined arqueologiadigital.com's group© 2013 Created by Ning.
