How to share my technical posts in code project?
-
Recently I start posting to my blog in blogger.com and I noticed there was a feature to share my posts here in CodeProject so I did it but it said i should modify the rss feed of my blog so that technical posts of my blog could be recognized. I know this is not the best place to ask this question but since there should be so many blogger users in CodeProject I ask them for help me understand how should I edit my blog rss feed to mark technical posts of my blog. Thank you very much
-
Recently I start posting to my blog in blogger.com and I noticed there was a feature to share my posts here in CodeProject so I did it but it said i should modify the rss feed of my blog so that technical posts of my blog could be recognized. I know this is not the best place to ask this question but since there should be so many blogger users in CodeProject I ask them for help me understand how should I edit my blog rss feed to mark technical posts of my blog. Thank you very much
You can post your blog here.[^]
cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP
-
Recently I start posting to my blog in blogger.com and I noticed there was a feature to share my posts here in CodeProject so I did it but it said i should modify the rss feed of my blog so that technical posts of my blog could be recognized. I know this is not the best place to ask this question but since there should be so many blogger users in CodeProject I ask them for help me understand how should I edit my blog rss feed to mark technical posts of my blog. Thank you very much
Under our Blog FAQ you can see we aggregate by adding <category> tags to the RSS feed. eBlogger may call these labels. How to Add a Code Project Label to your Feed: - Under the Posting tab you will see a list of your blog entries, select the ones you want to aggregate to Code Project by ticking the box by each blog entry. - Posting > Edit Posts > (dropdown above Edit View) Label Actions > New Label (ensure scripted windows is enabled) > Enter "CodeProject" - Click OK. - Done. Because the default feed for eBlogger is Atom 1.0, make sure you add "?alt=rss" to the end of your feed URL. The result will look like this: http://blogname.blogspot.com/feeds/posts/default?alt=rss Please let me know if you have any problems along the way.
Thanks, Sean Ewington The Code Project
-
You can post your blog here.[^]
cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP
I knew and I actually did it but i don't know how can I edit my blog rss feed (it's on blogger.com)so I can mark my posts for code project(add codeproject keyword) thank you for you help
-
Under our Blog FAQ you can see we aggregate by adding <category> tags to the RSS feed. eBlogger may call these labels. How to Add a Code Project Label to your Feed: - Under the Posting tab you will see a list of your blog entries, select the ones you want to aggregate to Code Project by ticking the box by each blog entry. - Posting > Edit Posts > (dropdown above Edit View) Label Actions > New Label (ensure scripted windows is enabled) > Enter "CodeProject" - Click OK. - Done. Because the default feed for eBlogger is Atom 1.0, make sure you add "?alt=rss" to the end of your feed URL. The result will look like this: http://blogname.blogspot.com/feeds/posts/default?alt=rss Please let me know if you have any problems along the way.
Thanks, Sean Ewington The Code Project
It worked! Thank you very much.