Resources: Help and FAQs

How do I get this content on my own website?

view all questions in Embedding and Displaying

You have a few options

There are a couple options for how you can get content from FeedMagnet onto your own website:

  • iFrame

    • Pro: No coding required - you just drop in a bit of HTML to pull in the iFrame
    • Con: Content is delivered from FeedMagnet server, which is less good for SEO
    • Con: Constrained to a fixed height - which means an in-page scroll bar or the content just cuts off abruptly at a certain point
  • API Integration

    • Pro: Seamlessly delivered from your servers - great for SEO
    • Pro: No display limitations like with iFrame - when new content comes in it can just make the whole page a little longer, using the main page scroll bar
    • Con: You'll need to drop some code file from us on your server, update your site configuration, and put a line of PHP/Python/Ruby/etc. into the page serving up the content
  • Point your domain to our servers

    • Pro: This is the easiest way to go - all you have to do is update your DNS to point to our servers
    • Con: More difficult to integrate with the rest of our website