Current status of the Ning Platform is always available on the Ning Status Blog.

NC for Hire

If you have been running your community for some time you probably have a lot of resources to share.  You may be looking for a compact way to showcase many tools in the same place, such as a getting started page or a resources page.  I am going to quickly show you how to build a simple way to switch between several iframes without leaving the page.  You can see it live inside a text box on this group inside a Ning 2.0 (but it will certainly work inside 3.0)...and alternatively I have it hosted standalone in my github here (so i can iframe in my iframe switcher).

 

Let's begin.

HTML (You can shorten the URLs if you like)

<select class="switcher">
<option value="https://somelink.com/">Something</option>
<option value="https://goo.gl/BPVk7m">Else</option>
<option value="https://goo.gl/fnvCqW">Workflows</option>
<option value="https://goo.gl/0A86G1">Another Resource</option>
<option value="https://goo.gl/mYLons">Another</option>
<option value="https://goo.gl/EjW6fI">Yep, another</option>
<option value="https://goo.gl/DFTv72">And this one</option>
<option value="https://goo.gl/MK5rOa">yes and again</option>
<option value="https://goo.gl/YXdIWs">next to last resource</option>
<option value="https://www.justinfarrow.com/ning">JFarrow helps with Ning sites</option>
</select>


<iframe class="switch-target" width="100%" height="600" src=""></iframe>

 

 

CSS  (style the select box however you like)

<style>    select { display: block; }         </style>

 

JS (must add small x in front of all jquery $ signs inside Ning)

<script>

var switcher$ = x$('.switcher'), // select element
switchTarget$ = x$('.switch-target'); // iframe

switcher$.on('change', switchIframeSrc); // event binding

// our functiono to switch the iframe src
function switchIframeSrc() {
// set the 'src' attribute of the iframe
// to the value of the selected option
switchTarget$.attr('src', switcher$.val());
}

// call the method on load
switchIframeSrc();

 

</script>

 

Here is all the HTML, CSS and JS inside my codepen for you to fork and try with your own links and resources...  your links inside the iframe MUST be https:// to work.

You need to be a member of Ning Creators Social Network to add comments!

Join Ning Creators Social Network

Votes: 0
Email me when people reply –

Replies

  • WOW where does code go ? in DS or i the Custome code

  • I have  done my links https but no work may I message you  what I did and you can give me better instruction as I missed not doing somethings

     

    Also where does JS go and the CSS? In DS or   other  thanks

    • NC for Hire

      HTML goes in page module... CSS goes in Design studio and JS goes in Custom Code bottom of page

      • Thanks

      • Did that links you click right links and do not go anyplace

      • I think I messaged you file of my codes?? or links  wiht in the code

  • 50398424?profile=original

This reply was deleted.
 

Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)

Latest Activity

Alex - Rosas † Negras posted a discussion
due to personal problems I have not been online anymore, I apologize so much and I am happy to be…
3 hours ago
Alex - Rosas † Negras replied to Kos's discussion
Help w/Chat. Ning Support A No Go
"IL PROBLEMA È SEMPRE LO STESSO, NING GLI OPERATORI... DEVONO ELIMINARE I COOKIE SUL VOSTRO SITO"
3 hours ago
Vlada replied to Kos's discussion
Help w/Chat. Ning Support A No Go
"I'm no IT expert by any means, but out of curiosity have you tried entering the chat room from the…"
Thursday
Vlada replied to Eva Libre's discussion
Update, Merry Christmas
"Then add the recent price hike email that Ning has notified to be taking effect soon, I'm not…"
Thursday
Kos posted a discussion
In November we began to notice Chat "freezing up" and when we would refresh the page, it would…
Dec 27, 2024
Eva Libre posted a discussion
UpdateMerry ChristmasToday I woke up totally frustrated and determined to do something.At the end…
Dec 26, 2024
Eva Libre liked Eva Libre's discussion Ning 3.0 is antisocial!
Dec 25, 2024
Eva Libre updated their profile
Dec 25, 2024
Eva Libre replied to Eva Libre's discussion
Ning 3.0 is antisocial!
"Update
Merry Christmas
Today I woke up totally frustrated and determined to do something.
At the…"
Dec 25, 2024
Pam Givens replied to Pam Givens's discussion
Landing Page
"What I meant to say, if I could spell:
I've attempted to create a landing page and have't had much…"
Dec 12, 2024
Pam Givens posted a discussion
I've attempted to crate a landing page and have't had much success.  I'd rather have one on my…
Dec 12, 2024
Luxury Residences updated their profile
Dec 6, 2024
More…

Meanwhile, you can check our social media channels