Showing posts with label hyperlink. Show all posts
Showing posts with label hyperlink. Show all posts

Friday, June 8, 2012

How do I make links in a TextView clickable?


I have the following TextView defined:




<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content" android:text="@string/txtCredits"
android:autoLink="web" android:id="@+id/infoTxtCredits"
android:layout_centerInParent="true"
android:linksClickable="true"></TextView>

Sunday, January 29, 2012

How to detect Outgoing links (apache,php..)


I'm developing a website, but stuck at some point, where i needed to detect outgoing links on my website, and either forbid the links, or accept that, i don't know how facebook is doing this, but they can do it through facebook.com/l.php that if the link is marked spam, users will get notified about it.

Thursday, January 12, 2012

jQuery IF var = value or #id clicked


I have the .live aspect working now so if links are clicked, my function is executed, but I'm trying to figure out how include an option for a direct link to the content as well. Something like this: