Community Questions

Blog

0

vote Up Down

On Jan 15, 2017 rachel gagne wrote:

Hello! 

Can we add a blog page in Bookmark?  I haven't any indication that you can do so...? Thanks


1 Answer

1

vote Up Down

On May 27, 2017 justincredible wrote:

Yes, you can either Iframe your blog into a page on your site or import the RSS feed of the blog.

For Iframe, use the following code and replace the URL with your own blog address

<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='https://YOURBLOGSITEURL.WHATEVER.com' style='border:0'></iframe></div>

that code should also make it adapt to screen sizes smaller than desktop. Place it inside a Code Module inside your bookmark site and drag it to a full width position..

For RSS feed, grab the feed URl of your blog and add it to Feed Mikle (its free)  customize it how you like and generate the code > add the code to a Code Module on Bookmark site...  done

<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='https://feed.mikle.com/widget/v2/26998/' style='border:0'></iframe></div>

did you notice that the second code is the same as the first, except for one detail, I took the generated FeedMikle widget URL from the embed code changed just that URL.

Good Luck!

 

answered 6 years ago

Activities

Total Questions: 854

Total Answers: 561

Top Users

Need more support?

Most frequently asked questions will be found inside our community. If you would like to contact us directly we’d love the opportunity to help you. Chat with us online by clicking the message icon on the bottom right side.