Opened 8 years ago
Closed 8 years ago
#37001 closed defect (bug) (invalid)
Microsoft syndicate feed not working in wordpress
Reported by: | 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)
#3
@
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.
As suggested in a different post. Have you tried using this plugin?
https://wordpress.org/plugins/syndicate-press/