Web widget

Source: Wikipedia, the free encyclopedia.

A web widget is a web page or web application that is embedded as an element of a host web page but which is substantially independent of the host page, having limited or no interaction with the host.[1] A web widget commonly provides users of the host page access to resources from another web site, content that the host page may be prevented from accessing itself by the browser's same-origin policy or the content provider's CORS policy. That content includes advertising (Google's AdSense), sponsored external links (Taboola),[2] user comments (Disqus),[3] social media buttons (Twitter,[4] Facebook), news (USA Today),[5] and weather (AccuWeather).[6] Some web widgets though serve as user-selectable customizations of the host page itself (Elfsight, Powr, OpenWidget).

Technology

Widgets may be considered as downloadable applications which look and act like traditional apps but are implemented using web technologies including JavaScript, HTML and CSS. Widgets use and depend on web APIs exposed either by the browser or by a widget engine such as Akamai, Clearspring, KickApps, MassPublisher, NewsGator or many others.

Sites such as FormLoop allow users to easily create widgets from their own content with no coding knowledge necessary.

Usage in social media

End users primarily use widgets to enhance their personal web experiences, or the web experiences of visitors to their personal sites.

The use of widgets has proven increasingly popular, where users of social media are able to add stand-alone applications to blogs, profiles and community pages. Widgets add utility in the same way that an iPhone application does. The developers of these widgets are often offering them as a form of sponsored content, which can pay for the cost of the development when the widgets' utility maps to the user's needs in a way where both parties gain. For example, a sports news brand might gain awareness and increased audience share in exchange for the utility of current game scores being instantly and dynamically available - the blog which posted the Sports score widget might gain in having a stickier site.

Video platforms such as YouTube and Dailymotion support iframe-based video embedding.[7][8]

Security considerations

As any program code, widgets can be used for malicious purposes. One example is the Facebook "Secret Crush" widget, reported in early 2008 by Fortinet as luring users to install Zango adware.[9]

One important factor with client-side widgets is that often the host can not control the content. The content or the functionality it provides cannot be modified by the host. The content is pre-published by the publisher/author/service provider and the host can either accept that content or not use the widget. The host does, however, control the placement of the Widget. Because the host can always take the Widget down, it assures a large degree of mutual advantage and satisfaction with performance and content.

SEO considerations

Web widgets can affect page rank in two ways. First, links generated by client-side widgets will not be seen by search engines that do not "run" the widget code before analysing the page. Those links will not contribute to page rank.[10] Second, pages may be penalized for hosting widgets that automatically place links into the page, thereby manipulating page rank.[11]

Accessibility considerations

Web widgets are complex UI controls. WAI-ARIA[12] is a technology that can improve the Usability and Accessibility of such widgets by adding in further semantics that browsers and assistive technologies can recognize and use to facilitate users' interactions. For example, a tabpanel widget must contain a specific set of roles (i.e. tablist, tab, tabpanel, etc.)[13] and must follow specific interactions (i.e. keyboard navigation).[14]

Widget management systems

Widget management systems offer a method of managing widgets that works on any web page, such as a blog or social networking home page. Many blog systems come with built-in widget management systems as plug-ins. Users can obtain widgets and other widget management tools from various widget companies.

Mobile Web widget

A Mobile Web widget has the same purpose and function as a web widget, but it is made for use on a mobile device such as mobile phone or tablet. In contrast, a web widget is on a personal computer or laptop computer.

Standards

The W3C is creating a set of standards for web widgets.[15]

References

  1. ^ Brad at CD Baby (August 28, 2012). "Website Widgets: What Are They and Why Do I Need Them?". The HostBaby Blog. Archived from the original on August 24, 2019. Widgets: They're those little doo-dads you see on websites, often in the sidebar, that perform one simple function and don't take up much room while they're doing it.{{cite web}}: CS1 maint: unfit URL (link)
  2. ^ "Widgets - Taboola Publisher Help Center". taboola.com.
  3. ^ "Web Integration". disqus.com.
  4. ^ "How to add the Tweet button to your website". twitter.com.
  5. ^ "USATODAY.com Widgets". usatoday.com.
  6. ^ "Free Current Weather Widget". accuweather.com.
  7. ^ "Embed videos & playlists - YouTube Help". support.google.com. Retrieved 2021-04-17.
  8. ^ "Embedding videos". Dailymotion Help Center.
  9. ^ "Internetworking, security, safety and more". Blog.anta.net. Archived from the original on 5 June 2013. Retrieved 2013-09-07.
  10. ^ Troshchey, Yarry (18 February 2016). "How Web Widgets Affect SEO". South Coast Web Design Ltd. Retrieved 2016-02-18.
  11. ^ "A reminder about widget links". Official Google Webmaster Central Blog. September 8, 2016.
  12. ^ "WAI-ARIA Basics". MDN Web Docs. 12 September 2023.
  13. ^ "ARIA: tab role". MDN Web Docs. 12 April 2023.
  14. ^ "Keyboard Interaction". W3.org.
  15. ^ "Web Application Working Group's Widgets: Family of Specifications". W3C. Retrieved 27 March 2013.

Further reading