Facebook with RSS

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/1/2012 3:39:25 AM
Gravatar
Total Posts 32

Facebook with RSS

Hi,

I refer to the rss of the blog. I also created my own RSS using example code from the blog. The "tweet this" appears, but facebook doesn't. I checked the page source code (in my browser), it appears there. If I copy this code to an html content module, I see the facebook link, but the same code does not show the link the the rss. Also, I´m not using the extract for the description, I noticed there was a comment in the help, that FB does not appear when "use extract" is set to true.

Any light on this?

Thanks and Regards, Lynton

8/1/2012 6:59:22 AM
Gravatar
Total Posts 18439

Re: Facebook with RSS

Hi Lynton,

The idea is that people need to read the whole article before liking it or tweeting it, it doesn't make much sense to like an article if you have not read it yet, I don't think many people would do that unless they are trying to manipulate the number of likes or tweets.

The main reason for using an excerpt in a feed is because you want to make people come to your site to read the full article, so the excerpt is a tease to get them interested enough in the article to visit your site in order to read the rest of it.

Also feeds may be processesed by the consumer of the feed ie the feed reader, and they may remove some things like javascript or iframes so even when those things are included in the feed content your mileage may vary depending on where the feed is used.

Hope that helps,

Joe

 

8/2/2012 3:25:31 AM
Gravatar
Total Posts 32

Re: Facebook with RSS

Joe,

I see what you're saying, but I still don't see why it does not appear.

Thanks for your response,

Regards,

Lynton

 

8/2/2012 10:23:02 AM
Gravatar
Total Posts 18439

Re: Facebook with RSS

Hi Lynton,

It doesn't appear by design in the mojoPortal code when using excerpt. If you are using custom code for the feed I have no way of knowing why your custom code isn't doing what you want it to do. I suggest set a breakpoint and step through it to find out if it is doing what you intend.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.