Preview
Issue #1
There is no unsupported elements
- Ruslan S
- The problem is not in the template. The link is correct.
- Accepted by admin
- See + ..after part of the template:
IV is able to process only FB links like "https://www.facebook.com/plugins/post.php?href="
So the template must convert "https://www.facebook.com/SyrianPresidency/posts/2315652895145196" into the IV compatible one
# facebook post
$fb_post: $body//div[has-class("fb-post")][@data-href]
@urlencode: $fb_post/@data-href
@set_attr(data-src, "https://www.facebook.com/plugins/post.php?href=", @data-href, "&show_text=", @data-show-text, "&width=640"): $fb_post
@before(<iframe>, src, @data-src, class, "fb-post"): $fb_post
@remove
- Declined by admin
- We rechecked the template code. It handles the embed correctly. It seems the issue is caused by the IV engine. Kindly accept our apologies.
- Type of issue
- IV page is missing essential content
- Reported
- Mar 28, 2019