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

Ning has been promising to realise a way to embed our photo slideshows once again but it is yet to happen. 

Is this something that's still in the pipeline for our N2 slideshows or not? 

If not how about allowing the "/photo/photo/slideshow" page to at least be iframeable. I realise that Ning doesn't allow for our sites to be iframeabe but how about just certain pages like our photo slideshow pages??? This should be an easy overnight task for Ning. 

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

  • realise = release 

  •  As long as the page being iframed is within your own site you should be able to iframe the page, it's basically how I added the music page to my homepage, or is it that you want to embed your photo slideshow outside of ning ?

    • I still need to run the page to be iframed thru a site like jsfiddle so that I can have only the part of the page I want to view centered within the iframe and Ning then renders it useless. 
      But you're right I can iframe directly but then I get all the other stuff on that page like the header, footer, etc. that I don't want showing. 

      • If you take a look at the code I used for iframing the music page you will see I removed the parts of the page that was not wanted. You can remove these parts by using jquery to access the iframe and use css within it to remove those elements you do not need as you can see here and also add some to position if required.

        <script>
        x$(document).ready(function(){
        x$('.musicApp-page').closest('.section-html').addClass('musicApp-block');
        x$('<div class="musicApp-content"></div>').appendTo('.musicApp-page').hide();
        x$('<div class="musicApp"><iframe src=" YOUR URL GOES HERE " frameborder="0" marginwidth="0" marginheight="0" scrolling="yes"></iframe></div>').appendTo('.musicApp-content');
        x$(".musicApp iframe").load(function (){
        x$('.musicApp iframe').contents().find("head").append(x$("<style type='text/css'> .before-content{display:none;} .content-header{display:none;} .site-headerFrame{display:none} .site-footerFrame{display:none} .ningbar{display:none} .banner-frame{display:none} .site-bodyFrame{padding-left:0px} .site-body{padding:0px} .content-body{padding:10px} .column-narrow{display:none} body::before{display:none!important} .central-content{min-width:100px} .audioPage{padding:10px} .audioPage{margin-top:0px} body{margin:0px} .central-content{padding-bottom:0px} .audioPage .module-header{padding:4px} .audioPage .module-header{margin: 0px 0 10px 0} .audioPage-player{position:relative!important}</style>"));
        x$('.musicApp-content').show();
        });
        });
        </script>

        Another way I have done this is to add a class to the page I want to iframe and then remove the elements in design studio then get jquery to check if an iframe or not, if not then show the elements as normal.

        You can also load the photos into a div in an html block from the photo page, then use your own code to make it into a slideshow. I think I have some code for this somewhere, will have a look and see if can dig it out.

  • Scott here is an example fo a custom slideshow I used in the page and just added it to my hompage for you to see, I am sure it can be configured for Ning 2.0

    My Site: https://jr-images.ning.com/

    So all I did was add a latest photos bundle of 20 images, added the name of the bundle into the code so it knows what to look for and gave that a class, this is then used in the code for the slideshow code. Here is the code used

    <script>
    x$(document).ready(function(){
    x$('.section-photoBundle-8673264-Bundle-22').addClass('photoAds');
    });
    </script>

    <script>
    x$(document).ready(function(){
    var li = x$('.photoAds .matrix-itemFluid.photoSection-entry').hide(),
    i = 0;
    x$('.photoAds .matrix-itemFluid.photoSection-entry');
    (function cycle() {
    li.eq(i).fadeIn(300).delay(2000).fadeOut(300, cycle);
    i = ++i % li.length; // increment i,
    // and reset to 0 when it equals divs.length
    })();
    });
    </script>

    jr-images
    jr-images is a social network
    • This is great but you lost me at <script>, lol. 

      Are you for hire or can you recommend someone? 

      Thanks!

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

Eva Libre liked Ning Support's discussion Google Analytics 4 upgrade
Thursday
FlyOn Travel & Tourism updated their profile
Wednesday
Berend Loss updated their profile
Feb 8
Pam Givens replied to Alex - Rosas † Negras's discussion
Sorry for my absence
"Missed you...hope you are doing better. 
Pam"
Feb 7
Birthday Gift Network updated their profile
Jan 30
Birthday Gift Network updated their profile photo
Jan 30
Paul Corona replied to Donna MacShoe's discussion
Ning Support phone number for my 20 yr old site
"NING support is useless anymore...I have respnded three times asking questins to a message they…"
Jan 15
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…
Jan 14
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"
Jan 14
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…"
Jan 8
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…"
Jan 8
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
More…

Meanwhile, you can check our social media channels