Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating custom tags

I knew that recently there was a bug that allowed you to tag someone without using their name. Something along the lines of this: @@[0:[Facebook ID:0:Tag Name]]

This no longer seems to work. Is there anything in the api that will allow you to do the same? I am attempting to make a simple app that will allow people to easily create custom tags...

like image 702
user1195376 Avatar asked Feb 07 '12 18:02

user1195376


People also ask

Can HTML have custom tags?

All standard rules of HTML elements apply to custom elements. Just like standard elements, you can create a custom element in the DOM using JavaScript, or declare it in HTML.

What is custom tagging?

A custom tag is a user-defined JSP language element. When a JSP page containing a custom tag is translated into a servlet, the tag is converted to operations on a tag handler. The web container then invokes those operations when the JSP page's servlet is executed. Custom tags have a rich set of features. They can.

Can you create your own tags in XML?

XML tags are the important features of XML document. It is similar to HTML but XML is more flexible then HTML. It allows to create new tags (user defined tags). The first element of XML document is called root element.


1 Answers

Facebook has disabled the old tagging method @@[0:[Facebook ID:0:Tag Name]], but have enabled tagging via the API (in limited form). Follow the Mention Tagging documentation.

You need to create an app and use actions in order to use it...

like image 124
Niraj Shah Avatar answered Sep 23 '22 16:09

Niraj Shah