Adding the button below will make it easy for your users to share content on news-spider.com.
The button should be placed on the article page, or within a list of articles.
When a user clicks the button they will come to news-spider.com. If the corresponding article is found in our database, the user will see the article page. If the corresponding article is not found, the user will see a form which will allow them to submit the article.
Be sure to read the notes below for information about implementing buttons on your site.
Notes about the HTML code:
URL encoding:
Non-alphanumeric characters in the variables must be encoded into their hexadecimal values in order for the browser to pass them correctly. A few examples are as follows:
| Character | Hex Value |
| space | %20 |
| : (colon) | %3A |
| / (backslash) | %2F |
| ? (question mark) | %3F |
| & (ampersand) | %26 |
| = (equal sign) | %3D |
| + (plus sign) | %2B |
| . (period) | %2E |
Click here for more information about URL encoding.
If you have questions or need assistance please contact us via email at support-spider.com.