tbe/lc_content_api_client

Client module for Labcorp's Syndicated Portal.

Installs: 314

Dependents: 0

Suggesters: 0

Security: 0

Type:drupal-custom-module

2.1.25 2023-12-22 15:43 UTC

README

To render social sharing code snippets in node templates, add the following line at the end of the node Twig template:

{{ social_sharing_script|raw }}

If using AddThis, to prevent sharing the canonical URL (which usually points to the Content Portal or to the IR Site), use the snippet below after loading the AddThis tag:

var addthis_share = {
    url: "{{ url('<current>') }}"
}