Posted by pkcho on July 14, 2010 at 2:21am
Is the a way to embed blocks from my drupal site to another site (drupal or otherwise)?
For example, if I had a block on my site that displayed a slideshow of contributed photos (using views slideshow) is there some way for me to allow others to embed it into their sites using embed code, similarly to how Youtube allows us to embed their videos?
Thanks,
Joe
Comments
remoteblocks
http://drupal.org/project/remoteblocks
2 more
http://drupal.org/project/web_widgets
http://drupal.org/project/embed_widgets
These are exactly what I was
These are exactly what I was looking for.
Now, I need to see if they work : ). Thank you for your help!
Thanks Mike. Didn't know
Thanks Mike. Didn't know about these. I needed them too.
Subir Ghosh
www.newswatch.in
www.write2kill.in
Thanks for the response. I'll
Thanks for the response. I'll take a look at it.
It looks like it works only between Drupal sites.
Have you (or anyone) tried this?
Thanks,
Joe
iframe
How about as an iframe? This is generally how all of the various social widgets on websites work (ala the Facebook like button, tweetmeme retweet button, etc.)
http://en.wikipedia.org/wiki/HTML_element#Frames
How would I target just the
How would I target just the block to display in an iframe?
a temporary solution would be
a temporary solution would be to duplicate the view and save it as a page. then target the page.
A Digital Entrepreneur and Technical Consultant.
Founder, CEO of FoggyTrail
iframe
The iframe itself working fine. But, when I put it in the Drupal site as a block or page, the width, height and font-size are totally different - especially for responsive. How could i solve this problems?
Thanks
VanLianHup
hmmmmm how to target drupal
hmmmmm how to target drupal forum to show it on other page (could be with iframe) ?
Cause when i put:
iframe
src="http://www.example.com/forum"
Frameborder=0
height="600"
width="640"
iframe
it show full page with forum not only the forum.