• Till Now the Youtube Tags doesn’t work with the plugin, here is sample of my code:

    <div class="video-container"><span class="embed-youtube" style="text-align:center; display: block;"><iframe class='youtube-player' type='text/html' width='820' height='492' src='http://www.youtube.com/embed/fAHjNeP1_Ic?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent' allowfullscreen='true' style='border:0;'></iframe></span></div>

    It keeps telling me :
    No rules defined for <div class=”video-container”> in the context of InstantArticle

    https://wordpress.org/plugins/fb-instant-articles/

Viewing 1 replies (of 1 total)
  • Custom transformer rules:

    add code:

    “class”: “SocialEmbedRule”,
    “selector” : “iframe”,
    “properties” : {
    “socialembed.url” : {
    “type” : “string”,
    “selector” : “iframe”,
    “attribute”: “src”
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Youtube Embed doesn't work’ is closed to new replies.