+++[abstract>] <html><div align="center"><iframe src="http://www.ncbi.nlm.nih.gov/pubmed/22464321?report=abstract&format=text" frameborder="0" width="100%" height="250"></iframe></div></html>===
I hope that we can get the information from pubmed to save the spaces in my TWs. Hopefully, the code will be like this: <<pubmed number>>, whereas number is the accession number for each item from pubmed (22464321 is the one as the sample described above). Thanks!
+++[abstract>]
<html><div align="center"><iframe src="http://www.ncbi.nlm.nih.gov/pubmed/$1?report=abstract&format=text" frameborder="0" width="100%" height="250"></iframe></div></html>===
<<tiddler pubmed with: 22464321>>
\define pmLink(what)
<iframe width="100%" height="480" src="http://www.ncbi.nlm.nih.gov/pubmed/$what$ " frameborder="0" allowfullscreen></iframe>
\end
<$macrocall $name="pmLink" what={{!!pmid}} />{{||pubmed}}