Я добавил код LinkedIn Badge html в файл angular html и добавил
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer> </script>
в индекс. html, но он показывает только ссылку, а не значок. Значок отображается только при обновлении страницы sh, а внутри DOM код добавляется при обновлении компонента.
Я хочу добавить этот код DOM, чтобы значок отображался без обновления страницы , Как это можно сделать?
Ниже приведен мой html код
<div class="LI-profile-badge" data-version="v1" data-size="medium" data-locale="en_US" data-type="horizontal" data-theme="light" data-vanity="divya-dave-23456b356"> <a class="LI-simple-link" href='https://in.linkedin.com/in/divya-trk=profile-badge'> Divya </a> </div>
После кода, который добавляется в DOM при обновлении страницы:
<div><script src="https://static-exp1.licdn.com/sc/h/3qk7aqkysw7gz575y2ma1e5ky" type="text/javascript"></script><code id="__pageContext__" style="display: none;"><!----></code><script src="https://static-exp1.licdn.com/sc/p/com.linkedin.badger-frontend%3Abadger-frontend-static-content%2B1.0.2/f/%2Fbadger-frontend%2Fsc-hashes%2Fsc-hashes_en_US.js"></script><script src="https://static-exp1.licdn.com/sc/h/19dd5wwuyhbk7uttxpuelttdg"></script><link rel="stylesheet" href="https://static-exp1.licdn.com/sc/h/c5izpj9x1e2q31kvb2g3w9ptv"><div dir="ltr" class="LI-badge-container-horizontal-light LI-badge-container horizontal light medium" style="display: none"> <div class="LI-profile-badge-header LI-name-container LI-row"><div class="LI-col"><div class="LI-profile-pic-container"><img src="https://media-exp1.licdn.com/dms/image/C5103AQFYXRtyDCvPsA/profile-displayphoto-shrink_200_200/0?e=1591833600&v=beta&t=F-mTttfMKDxEk-8-6hkrPZCRnbibURICKa-U-m-gu60" class="LI-profile-pic"></div></div><div class="LI-col LI-header"><div class="LI-name"><a href="https://in.linkedin.com/in/divya-dave?trk=profile-badge-name">Divya Dave</a></div><div class="LI-title"></div></div></div><ul class="LI-more-info"><li class="LI-field"><img src="https://static-exp1.licdn.com/scds/common/u/images/themes/katy/ghosts/company/ghost_company_80x80_v1.png" class="LI-field-icon" alt=""></li><li class="LI-field"><img src="https://media-exp1.licdn.com/dms/image/C4E0BAQF-NKQHUG7hUg/company-logo_200_200/0?e=1594252800&v=beta&t=PCVRH-tcYArMwDqJ27wRVcRwRtcVwvAkhOYU5Ml-GKQ" class="LI-field-icon"><a href=""></a></li></ul><div class="LI-footer LI-row"><a href="" class="LI-view-profile">View profile</a><span class="LI-logo"><img src="https://static-exp1.licdn.com/scds/common/u/images/logos/linkedin/logo_linkedin_93x21_v2.png" alt="LinkedIn" class="LI-icon"></span></div></div></div>
Я хочу показать значок без обновления компонента