Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
examples:example1 [2011/01/05 20:14] aspectscript |
examples:example1 [2021/01/22 00:56] (current) aspectscript |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== | ====== | ||
- | Explain example | + | In Facebook, users can freely tag people (supposedly) appearing in photos. If the user being tagged is a friend of the tagger, the tag becomes a link to the user profile, and the picture is added to the personal photo album. However, to avoid wrong tags, Facebook provides a way to remove them through a " |
+ | |||
+ | For most cases, this simple solution is satisfactory. However, if a user has been wrongly tagged in hundreds of photos, he has to remove each tag individually. Let us devise an extension to Facebook that suggests an automatic removal of all tags once a user untags herself from a certain number of pictures (say 3) in a given album. | ||
The implementation follows: | The implementation follows: | ||
< | < | ||
- | <link href="/ | + | <link href="/ |
- | <script type=" | + | <script type=" |
- | < | + | |
- | <iframe id=" | + | < |
+ | | ||
<a id=" | <a id=" | ||
+ | |||
</ | </ |