Title: Post Template Ignores iframe! (Bug?)
Last modified: August 21, 2016

---

# Post Template Ignores iframe! (Bug?)

 *  Resolved [everfrost](https://wordpress.org/support/users/everfrost/)
 * (@everfrost)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/post-template-ignores-iframe-bug/)
 * Hello!
 * i have this strange problem that might be a bug(?)
    So i have the following code
   as a post template:
 *     ```
       <div class="content-feed">
       {content}
       <a target="_blank" href="{permalink}">Read More.. >></a>
       <br/>
       <br/>
       Source: {feedtitle}
       </div>
       <div class="ifra">
       <iframe src="{permalink}" width="980" height="700"></iframe>
       </div>
       ```
   
 * When i run the campaign manually by clicking the “run now” button, it works just
   fine and the iframe is included on every post. But if i wait for the “scheduled
   run” the iframe is not showing at all. Somehow is being stripped out even though
   all of the other code is working fine.
 * Any help on this?
 * [http://wordpress.org/plugins/wpematico/](http://wordpress.org/plugins/wpematico/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [everfrost](https://wordpress.org/support/users/everfrost/)
 * (@everfrost)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/post-template-ignores-iframe-bug/#post-3953180)
 * Ok i solved this.
 * Somehow the post template didn’t like the iframe tag so instead of iframe tag
   i added an iframe shortcode!
 * So now the post template code looks like this:
 *     ```
       <div class="content-feed">
       {content}
       <a target="_blank" href="{permalink}">Read More.. >></a>
       <br/>
       <br/>
       Source: {feedtitle}
       </div>
       [iframe src="{permalink}" scrolling="yes" width="100%" height="700"]
       ```
   
 * I’ve installed this iframe shortcode plugin: [http://web-profile.com.ua/wordpress/plugins/iframe/](http://web-profile.com.ua/wordpress/plugins/iframe/)

Viewing 1 replies (of 1 total)

The topic ‘Post Template Ignores iframe! (Bug?)’ is closed to new replies.

 * ![](https://ps.w.org/wpematico/assets/icon-256x256.jpg?rev=2757072)
 * [WPeMatico RSS Feed Fetcher](https://wordpress.org/plugins/wpematico/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpematico/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpematico/)
 * [Active Topics](https://wordpress.org/support/plugin/wpematico/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpematico/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpematico/reviews/)

## Tags

 * [iframe](https://wordpress.org/support/topic-tag/iframe/)

 * 1 reply
 * 1 participant
 * Last reply from: [everfrost](https://wordpress.org/support/users/everfrost/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/post-template-ignores-iframe-bug/#post-3953180)
 * Status: resolved