Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#37001 closed defect (bug) (invalid)

Microsoft syndicate feed not working in wordpress

Reported by: anilrapani's profile anilrapani Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.1.1
Component: General Keywords:
Focuses: Cc:

Description

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?

Change History (3)

#1 @lukecavanagh
8 years ago

As suggested in a different post. Have you tried using this plugin?

https://wordpress.org/plugins/syndicate-press/

#2 @anilrapani
8 years ago

Thanks Luke, I'll try it.

#3 @rmccue
8 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Hi, and welcome to Trac. Please note that Trac is for core development discussion, and is not for support. Please post on the support forums instead.

Note: See TracTickets for help on using tickets.