Skip to content

Instantly share code, notes, and snippets.

View aimanmatripin's full-sized avatar

aimanmatripin

View GitHub Profile
How to put a link in your blog or blog comment
(maybe not working across social media platform because they disable HTML codes)
1. using <a href="link">
Example :
Hi, i'm Jim. U can get this free guide from <a href="http://richjimpoorjim.subscribemenow.com" target="_blank">here. </a>
Result : It will redirect people who click on 'here' text to the landing page.