How to Add a Submit Me Icon to Digg

The "Submit Me" Digg button submits a website page or blog post to the Digg website. Digg provides you with the code that you add to your site to ask users to submit the content to the Digg website. The code links to the Digg application programming interface, so you only need to display the button without adding any advanced code.

Instructions

    • 1

      Right-click the Web page you want to use to display the Digg Submit Me button. Click "Open With," then click the HTML editor you want to use.

    • 2

      Add the link code to your HTML. The following code creates an HTML link tag to the Digg website:

      <a class="DiggThisButton DiggMedium"
      href="http://digg.com/submit?url=<url>"></a>

      Replace "<url>" with the website link of the page you want users to submit.

    • 3

      Add the text to the anchor tag in the form of instructions for your users, so they know they will submit your Web page when they click the link. Add the following text within the "<a>" and "</a>" tags created in Step 2:

      Submit this title to Digg

    • 4

      Save the changes and open the page in a Web browser to test the new code. When you click the link, the page is added to the Digg system.

Related Searches:

References

Comments

Related Ads

Featured