Is there any way to embed either specific topics, or “latest posts”, or similar into a 3rd party site? Preferably just some Javascript or iframe code.
I tried searching and Googling and couldn’t find a solution.
Thanks in advance!
Is there any way to embed either specific topics, or “latest posts”, or similar into a 3rd party site? Preferably just some Javascript or iframe code.
I tried searching and Googling and couldn’t find a solution.
Thanks in advance!
This was the closest thing I could think of, but it’s for comments.
Yes, it’s possible, and works well:
Awesome! This looks like it should do the trick.
Just curious though why I can only get it to show 1 topic? Does anyone know?
Here’s the category (that has many topics): Amazon Specific - eCommerce Sellers Forum
And the embed code:
<d-topics-list discourse-url="https://forum.flowster.app" template="complete" top_period="all" category="17" per-page="5"></d-topics-list>
But only one topic appears:
Does anyone have any ideas?
Can you share the URL where the embed lives?
@Falco here’s the HTML. It doesn’t live anywhere yet (since it’s not working, only one topic appears)
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://forum.flowster.app/javascripts/embed-topics.js"></script>
</head>
<body>
<d-topics-list discourse-url="https://forum.flowster.app" template="complete" top_period="all" category="17" per-page="5"></d-topics-list>
</body>
</html>