Flavio Curella

Results 58 comments of Flavio Curella

We _could_ integrate @KaylaHood 's script in our CI build and run it before every release, but that would still not cover community providers that users have installed on their...

@kloczek We can't switch packaging system (see #1636), so I have no idea how to fix your issues. Suggestions are welcome

Thank you @stefan6419846. I've removed `random2` from the tests

Looks like linkedin tries to fetch URLs, and it can't fetch `local`. You can use [`ngrok`](https://ngrok.com/) to temporarily open a tunnel and expose your server to the public internet. Basically,...

@sharon-samson did you set the `domain` of your [`Site` instance](https://docs.djangoproject.com/en/3.0/ref/contrib/sites/) to the hostname `ngrok` provided you?

Looks like Linkedin changed the way [they share URLs](https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/plugins/share-plugin). I'll update the template tag and release a new version.

@sharon-samson I've relase v2.0.0 with a new template for LinkedIn. It looks like LinkedIn now only supports a button via JS, with no possibility to customize the appearance.

@Mgeethabhargava Could you expand on how it's not working? What error are you getting? If you have time to work on a Pull Request, I'll be happy to review it...

@goromachine what's the value of `{{ LANGUAGE_CODE }}` in your case?

@goromachine I've released a new that should fix your issue. Could you give it a try?