Enable LinkedIn share button
To enable the share with LinkedIn button in the certificate:
In Django Admin > Student > linked in add to profile configurations, add a linked in add to profile configuration.
...
To find out the LinkedIn 8-digit company ID, make a full search of employees or jobs, or use the sales navigator and find it in the URL.
Then add a LinkedInAddToProfileConfiguration in Django admin > Student with the ID and enable it.
...
Optional - customize the display name
...
Code Block |
---|
"SOCIAL_SHARING_SETTINGS": { "CERTIFICATE_LINKEDIN_MODE_TO_CERT_NAME": { "honor": "{course_name}" } } |
Link to company ID
To find out the LinkedIn 8-digit company ID, make a full search of employees or jobs, or use the sales navigator and find it in the URL.
Then add a LinkedInAddToProfileConfiguration in Django admin > Student with the ID and enable it.
...