By Govind Prajapati on Saturday, 25 February 2017
Posted in Technical Issues
Replies 12
Likes 0
Views 317
Votes 0
Hello We have issues in feed import,

Importing feed doesn't import the iframe (even we have added iframe in allowed tags)
main thing is we want to import Youtube Embeded in given feed. which is important.
Please can you tell me where to look for?
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Perhaps you can share with us which RSS feed URL you trying to import feed into Easyblog so I can able to test it on my locally?
·
Sunday, 26 February 2017 12:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex, I figured out I was using import full text
and which is doing the task as importing whole text from actual URL and not XML, so your EB:Readability strips out those,

Change flag to no for import full text
·
Sunday, 26 February 2017 13:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Govind,

Perhaps you can share with us one of the RSS feed URL which contain those youtube iframe URL so I can able to test on this.

Because it shouldn't strip it if you set "Get full text from feed" to YES.
·
Monday, 27 February 2017 12:02
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Monday, 27 February 2017 12:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Also is there any option to import all images and also(images loads from the source server which we don't want to happen)

I think import cover image is also not working.

And remove last para which their feed have

This post {title} is first appeared on url
·
Monday, 27 February 2017 12:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Did you able to replicate issue?

Also did you checked on my last message?
·
Monday, 27 February 2017 17:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Govind,

Yes, I can replicate it, it seems like we didn't import those video in Easyblog based on what i check the code.

And unfortunately currently we do not have download those image into Easyblog, it will import all those image content into Easyblog at this point of time.

You have to download my attached file and replace into this following file JoomlaFolder/administrator/components/com_easyblog/includes/readability/libraries/readability.php, so it will import those video into Easyblog.

I think import cover image is also not working.

The reason why it didn't import cover image is because your RSS feed source code do not have render this <enclosure> tag.
This <enclosure> tag most likely used for handling all things like (Media RSS and iTunes RSS).
For example :

<enclosure>
<url>
http://i.huffpost.com/gen/969803/thumbs/s-KATIE-COURIC-LARRY-KING-small.jpg
</url>
<type>image/jpeg</type>
</enclosure>

But this one I will log this issue into our issue tracker, we will see if we can use another SimplePie API to retrieve those image in the future.

And remove last para which their feed have

This post {title} is first appeared on url

Can you provide us some screenshot which part you referring?
·
Monday, 27 February 2017 19:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Like this in Feed

after every article's last para

<p>The post <a rel="nofollow" href="http://theindianvoice.com/must-watch-brilliant-inspiring-documentary-operation-trident-indian-navy/">When Few Indian Navy Boats Destroyed All of Pakistans Naval Capability!</a> appeared first on <a rel="nofollow" href="http://theindianvoice.com">The Indian Voice</a>.</p>
·
Monday, 27 February 2017 19:18
·
0 Likes
·
0 Votes
·
0 Comments
·
I was just wondering now after thinking how can I use your EB:readability to implement AMP part for content.
Seems sort of coding to be done, but I guess it will help ...

Do let me know about the last part of Paragraph of backlink
·
Monday, 27 February 2017 19:21
·
0 Likes
·
0 Votes
·
0 Comments
·
<p>The post <a rel="nofollow" href="http://theindianvoice.com/must-watch-brilliant-inspiring-documentary-operation-trident-indian-navy/";>When Few Indian Navy Boats Destroyed All of Pakistans Naval Capability!</a> appeared first on <a rel="nofollow" href="http://theindianvoice.com";>The Indian Voice</a>.</p>


Can you check my attached screenshot below is it you referring that last paragraph content?

I think I already import the same article but i can't see any content what you mentioned at above.
·
Tuesday, 28 February 2017 11:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Not that, it comes from the feed,

<p>The post
<a rel="nofollow" href="http://theindianvoice.com/must-watch-brilliant-inspiring-documentary-operation-trident-indian-navy/";>
--- Link to Original Article --- which is inside the feed only enclosed with title of article and link to it

When Few Indian Navy Boats Destroyed All of Pakistans Naval Capability!</a>

appeared first on <a rel="nofollow" href="http://theindianvoice.com";>The Indian Voice</a>.</p>

And then Appeared first on <Link to source website with website name>
·
Tuesday, 28 February 2017 11:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Govind Prajapati,

Regarding the above, the text is coming from the feed. If you disable the 'Get full text from feed' option from EasyBlog feed importer, EasyBlog will then retrieve whatever return from the feed item's content. Please see http://take.ms/KxnZs If you do not wish the have that sentence appeared in your EasyBlog, you will need to manually remove the sentence by editing the imported post.

As for the youtube iframe issue, we've fixed the issue internally and the fix will be included into next release of EasyBlog.

And for the post cover import, currently EasyBlog only import the image that specified in the 'enclossure' tag from the feed. Look like your feed items, do not have any 'enclossure' item hence EasyBlog will not be able to import the image as post cover.

Hope this help and have a nice day!
Sam
·
Tuesday, 28 February 2017 12:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post