{"id":16950271,"url":"https://github.com/lettertwo/django-socialsharing","last_synced_at":"2026-03-07T13:32:37.939Z","repository":{"id":137026327,"uuid":"1682279","full_name":"lettertwo/django-socialsharing","owner":"lettertwo","description":"Simple integration of social sharing widgets (such as AddThis) in Django projects.","archived":false,"fork":false,"pushed_at":"2011-04-29T20:04:15.000Z","size":95,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T02:26:34.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lettertwo.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-04-29T19:41:01.000Z","updated_at":"2021-06-12T10:20:06.000Z","dependencies_parsed_at":"2023-03-24T22:44:18.399Z","dependency_job_id":null,"html_url":"https://github.com/lettertwo/django-socialsharing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lettertwo/django-socialsharing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lettertwo%2Fdjango-socialsharing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lettertwo%2Fdjango-socialsharing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lettertwo%2Fdjango-socialsharing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lettertwo%2Fdjango-socialsharing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lettertwo","download_url":"https://codeload.github.com/lettertwo/django-socialsharing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lettertwo%2Fdjango-socialsharing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30215677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T13:25:55.541Z","status":"ssl_error","status_checked_at":"2026-03-07T13:25:38.596Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T21:57:14.528Z","updated_at":"2026-03-07T13:32:37.904Z","avatar_url":"https://github.com/lettertwo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Socialsharing\n=============\nThis project is a simple integration of various social sharing services for \nquick integration into Django projects. See the list of supported sharing \nin the Usage section below.\n\nInstallation\n============\nAdd `socialsharing` to `INSTALLED_APPS` in settings.py. \n\nUsage\n=====\n\naddthis\n=======\nThe addthis templatetag will insert the necessary scripts to make use of the \n[AddThis](https://www.addthis.com) widget.\n\nBasic usage:\n------------\n\n    {% addthis pubid=xxxxxxxxxx %}\n\nor with `ADDTHIS_PUBID` defined in settings.py:\n\n    {% addthis %}\n\nThe only required argument is `pubid`. You may optionally provide a \nglobal setting for this by adding `ADDTHIS_PUBID = xxxxxx` \nto your settings.py. Setting this value means that you can omit the `pubid` \nargument when invoking the templatetag.\n\nOptional settings:\n------------------\n`share_url`: The url to share. Pass this argument to override the default \nAddThis value (the URL of the page being viewed). Example:\n\n    {% addthis 'http://myurl.com' %}\n\n`track_clickback`: From the AddThis docs:\n\n    Set to true to allow us to append a variable to your URLs upon sharing. \n    We'll use this to track how many people come back to your content via links \n    shared with AddThis. Highly recommended.\n\ndefault value is `True`.  \n**Note:** You may optionally set \n`ADDDTHIS_TRACK_CLICKBACK = False` to always force this value to `False`.\n\nTo enable tracking via Google Analytics:\n----------------------------------------\n* add `ADDTHIS_GA_TRACKING_ENABLED = True` to your settings.py\n* add `ADDTHIS_GA_TRACKER = UA-XXXXXX-X` to your settings.py\n\n**Note:** If you don't set `ADDDTHIS_GA_TRACKER`, the template tag will attempt to \nfall back to `GA_TRACKING_CODE` (which is used by \n[Django-HTML5Boilerplate](http://github.com/matthewwithanm/django-html5boilerplate)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flettertwo%2Fdjango-socialsharing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flettertwo%2Fdjango-socialsharing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flettertwo%2Fdjango-socialsharing/lists"}