The question has been already done here Embed Altimetric (or Researcher ID) badges in TeX, but did not found definitive answer.
Suppose I want to embed dynamically refreshing Altmetric donuts for my publication in my CV, which is done in LuaLaTeX. Is there any way to do that?
On this page: https://api.altmetric.com/embeds.html it explains how to embed badges in html - but I was unable to understand how can I mix HTML and LaTeX in order to make it refresh when I execute my LaTeX code.
Any insight? Thanks in advance
EDIT here is an example code of the document. The donut should be included in the %various stuff part of the document.
\documentclass{cv}
\name{name}{surname}
\begin{document}
%various stuff
\
\end{document}