[wp-trac] [WordPress Trac] #37001: Microsoft syndicate feed not working in wordpress

WordPress Trac noreply at wordpress.org
Thu Jun 2 13:43:51 UTC 2016


#37001: Microsoft syndicate feed not working in wordpress
--------------------------+-----------------------------
 Reporter:  anilrapani    |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  4.1.1
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 One of our client gave Microsoft syndicate feed script to embed in
 wordpress site, Here's the script

 <script type='text/javascript'
 src='https://feed.microsoft.com/FeedStore/GetFeed.ashx?FeedId=***********'></script>


 Initially wordpress didn't allow to insert the script via editor so from
 code level I used


 wp_enqueue_script( 'microsoft_feed',
 'https://feed.microsoft.com/FeedStore/GetFeed.ashx?FeedId=***********',
 true);

 and embeded.

 Now it is distorting entire page with some external scripts.

 Does any know how to embed it in wordpress page without distorting the
 orginal page?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/37001>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list