I like to have references to images etc. on my beamer slides printed in the footline area of the frame, i.e. close to the bottom:

In the example I create the footnote 'manually' like this:
\begin{frame}{Testframe}
It is known\textsuperscript{1}
\footlinetext{\textsuperscript{1}en.wikipedia.org}
\end{frame}
where the '\footlinetext' command has been created according to How do I insert text into the footline of a specific slide in Beamer?
My question is now: Can I redirect the output generated by '\footnote' commands to the footline via '\footlinetext' ? Specifically, I'd like to use Biblatex citation commands such as '\footfullcite' automatically generate the footnotemark and to fill the footline with the reference's information from the bibtex database.
So this code should produce the same output than above:
\begin{frame}{Testframe}
It is known\footfullcite{wiki-en}
\end{frame}
assuming that 'wiki-en' is the Bibtex key for en.wikipedia.org