pinterest into index link with iframe?

sdi486 / 2012-11-14 12:26:34   

I couldn't find answer from searching it so here I am...
I want to add 'like' page in 'pinterest' (hope you all know incase, pinterest.com)
to index link with iframe. I can do by new window open, but iframe doesn't work. When I tried it goes to main page of its own.

Any body knows?

Thanks a lot!

arsondpi / 2012-11-14 12:44:54   

not sure what you mean. Can you show us a page with an example (even if the script you're trying to attach is not working)?

sdi486 / 2012-11-15 06:08:23   

donginshin.org/index.php/project/likes/

You can see it doesn't work...I want to show page 'pinterest.com/donginshin/pins/' into iframe.

Thanks

arsondpi / 2012-11-15 07:56:08   

This is the code I get from your source code:

  1. <iframe src='likes' frameborder='0' id='iframed'></iframe>

obviously src='likes' is not a url. Did you insert the url (by copying/pasting it) when creating the index link?

sdi486 / 2012-11-15 23:37:05   

Yes I did copying/pasting it... should I type in?

arsondpi / 2012-11-16 00:49:54   

You shoud type the url of your pintest profile...

sdi486 / 2012-11-16 01:35:16   

I did.... but it says 'Unauthorized'... don't understand the site does not requires login to see the page.

arsondpi / 2012-11-16 08:15:34   

Hmmm - I did a web search and found this: quora.com/Pinterest/…
Unfortunately Pinterest doesn't allow to be iframed.

sdi486 / 2012-11-16 08:32:26   

Oh ! That's sad....
Thank you for all your answers!

This thread has been closed, thank you.