File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ {% assign id = include.id %}
12{% assign height = include.height | default: '1200' %}
23{% assign width = include.width | default: '600' %}
34{% assign title = include.title | default: 'Embedded LinkedIn Post' %}
45
56< div style ="width: 100%; padding: 1rem; display: flex; justify-content: center; align-items: center; ">
67 < iframe
7- src ="https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:{{ include. id }} "
8+ src ="https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:{{ id }} "
89 height ="{{ height }} "
910 width ="{{ width }} "
1011 frameborder ="0 "
1112 allowfullscreen =""
1213 title ="{{ title }} "
14+ style ="padding: 1.2rem; border-radius: 2.5rem; "
15+ name ="linkedin-embed-{{ id }} "
1316 > </ iframe >
14- </ div >
17+ </ div >
You can’t perform that action at this time.
0 commit comments