ktquez / vue-disqus

Integrate Disqus count and comments in your application Vue 3, with support for SPA
https://ktquez.github.io/vue-disqus/
MIT License
253 stars 26 forks source link

Error generating thumbnail for share #38

Closed allanadriano closed 4 years ago

allanadriano commented 4 years ago

Ao tentar compartilhar o conteúdo no Facebook usando o disqus está ocorrendo o seguinte erro;


When trying to share the content on Facebook using the disqus the following error is occurring;

image

Todas as meta tags estão configuradas corretamente;

ktquez commented 4 years ago

Fala @allanadriano blz

Lancei a v4 do VueDisqus, tentei através das documentações e fóruns, mas vi que esse erro ocorre e que não tem uma solução direta para isso.

Pelo que vi se você tiver feito algum comentário via localhost para o shortname usado, ele dará esse erro, então uma solução seria usar um shortname para testes locais e só usar o shortname real em produção.

Também vi que existe como migrar os domínios, mas não me aprofundei sobre: https://joejoomla.com/sound-off/167-what-to-do-when-your-disqus-comments-link-to-the-wrong-url.html

Enfim, se eu encontra uma solução que possa ser resolvida no componente, reabro e submeto uma nova versão.

Obrigado por usar.


Hey @allanadriano, what's up?

I launched v4 of VueDisqus, tried it through the documentation and forums, but I saw that this error occurs and that there is no solution direct to that.

From what I saw if you have made any comments via localhost for the shortname used, it will give this error, so a solution would be to use a shortname for local testing and only use the actual shortname in production.

I also saw that there is a way to migrate the domains, but I did not delve into: https://joejoomla.com/sound-off/167-what-to-do-when-your-disqus-comments-link-to-the-wrong-url.html

Anyway, if I find a solution that can be solved in the component, I reopen and submit a new version.

Thanks for using.

allanadriano commented 4 years ago

Olá @ktquez, Realmente tinha usado o shotname em alguns testes locais, ao excluir do disqus o shortname em questão e apenas recria-lo o erro ao gerar a thumbnail sumiu;

Meus agradecimentos, obrigado!


Hi @ktquez,

I had actually used shotname in some local tests, by excluding the shortname in question from the dial and just recreating, the error when generating the thumbnail disappeared;

Thanks!

ktquez commented 4 years ago

Excelente @allanadriano. Obrigado por contar como resolveu, também irei fazer o mesmo.


Awesome @allanadriano. Thanks for telling me how to solve, I will also do the same.