I would like to help my fellow Stackizens, using material from my blog or other website. But external links are sometimes viewed as excessive promotion. From the FAQ:

Be careful, because the community frowns on overt self-promotion and tends to vote it down and flag it as spam. Post good, relevant answers, and if they happen to be about your product or website, so be it. However, you must disclose your affiliation in your answers. Also, if a huge percentage of your posts include a mention of your product or website, you're probably here for the wrong reasons.

I have tried posting answers that reference my blog, and I have followed the above rules, but my answers still get flagged as spam. How can I craft an answer that references my blog, website or other resource, but is still acceptable to the community?

Return to FAQ index

share|improve this question

1 Answer

up vote 66 down vote accepted

In my experience, posts with links are not downvoted if all these conditions are met:

  • you paraphrase the content of the linked item (possibly omitting details or examples)
  • you identify the author (yourself, MSDN, etc)
  • someone could benefit from the answer without reading the linked item at all
  • you include information to let the reader decide if clicking the link is worthwhile

For example:

You can use the CircularLabelsStyle custom property for this, for example:

  chart1.Series["Series1"]["CircularLabelsStyle"] = "Circular";

I blogged about this last year, with some sample code.

The other extreme, an answer that says nothing more than "here" or "read this" or "please read" and is a link, I will not just downvote but flag as not an answer, and I don't care whether it's the definitive documentation from the owner of the technology, another question on the same SE site, or just a blog you wrote yourself.

share|improve this answer
18  
Rule of thumb: Can your post stand on its own, or does it require clicking the link to be meaningful? – Robert Harvey Feb 2 '12 at 16:25

You must log in to answer this question.

protected by Robert Harvey Jun 6 '11 at 15:09

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged