MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

How to include include blog content in RSS feed instead of Excerpt ?  (Mono Support )

Viewed 10212 time(s), 7 post(s) 4/23/2014 2:06:35 PMby super
super

super

4/23/2014 2:06:35 PM
How to include include blog content in RSS feed instead of Excerpt ?

Right now, the rss feed only includes  the 'Excerpt' as blog description but if I want to change it with actual blog content, what to do ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
super

super

4/24/2014 4:39:12 PM
anyone ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
dbogdan

dbogdan

4/25/2014 7:15:30 AM
Hi Super,

In the BlogPostList control, you have RssFeedContentSelector property exposed. To enforce having blog post content in the rss feed, you have to set property to the BlogContentSelector.Content.

Regards
This content has not been rated yet. 
231 Reputation 38 Total posts
dbogdan

dbogdan

4/25/2014 7:15:32 AM
Hi Super,

In the BlogPostList control, you have RssFeedContentSelector property exposed. To enforce having blog post content in the rss feed, you have to set property to the BlogContentSelector.Content.

Regards
This content has not been rated yet. 
231 Reputation 38 Total posts
super

super

4/25/2014 1:19:47 PM
Can you please show me an example, how the property in the blog tag should look like ? also any property to disable "Excerpt" too ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
dbogdan

dbogdan

4/28/2014 6:41:50 AM
Hi Super,

you can set it in this way:
<MonoX:BlogPostList ID="blogPostList" runat="server" RssEnabled="true" ParseCustomTags="Description" RssFeedContentSelector="Content" />
or in code behind:
blogPostList.RssFeedContentSelector = BlogContentSelector.Content;
Regarding the "Excerpt" disabling, can you specify where you want to disable it, on the blog post insert/edit or in the blog post list view? However, there are no exposed property to disabe it immediatelly.

Regards
This content has not been rated yet. 
231 Reputation 38 Total posts
super

super

4/28/2014 1:12:27 PM
I want to disable "Excerpt" in the RSS blog  feed.
This content has not been rated yet. 
6018 Reputation 709 Total posts