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 11887 time(s), 7 post(s) 23.04.2014 14:06:35by super
super

super

23.04.2014 14:06:35
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 ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
super

super

24.04.2014 16:39:12
anyone ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
dbogdan

dbogdan

25.04.2014 07:15:30
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
Dieser Inhalt wurde noch nicht bewertet. 
231 Reputation 38 Total posts
dbogdan

dbogdan

25.04.2014 07:15:32
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
Dieser Inhalt wurde noch nicht bewertet. 
231 Reputation 38 Total posts
super

super

25.04.2014 13:19:47
Can you please show me an example, how the property in the blog tag should look like ? also any property to disable "Excerpt" too ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
dbogdan

dbogdan

28.04.2014 06:41:50
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
Dieser Inhalt wurde noch nicht bewertet. 
231 Reputation 38 Total posts
super

super

28.04.2014 13:12:27
I want to disable "Excerpt" in the RSS blog  feed.
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts