I would like to insert a linkedin logo to my document that also acts as a link to my profile.
Here's my code
\documentclass{article}
\usepackage{hyperref}
\usepackage[demo]{graphicx}
\usepackage{wrapfig}
\usepackage{lipsum}
\usepackage{fontawesome}
\usepackage{setspace}
\begin{document}
\begin{wrapfigure}{l}{25mm}
\includegraphics[width=1in,height=1.5in,clip,keepaspectratio]{AuthorImage}
\end{wrapfigure}\par
\textbf{Author A} \lipsum[1]
\begin{figure}
\centering
\href{http://www.google.de}{%
\scalebox{0.1}{
\parbox{\textwidth}{
\centering
\includegraphics{LinkedinImage}}
}
}
\end{figure}
\end{document}
I'm trying to inert LinkedIn logo just after Author A or at the end of the paragraph.
Thanks

hyperrefandfontawesome-packages, and creating an\href{http://your-lnkdIn-url}{\faLinkedin}(or\faLinkedinSquare). But I would suggest you to have a look at our starter guide to familiarize yourself further with our format.(:– ebosi May 10 '16 at 10:30