1+ < script >
2+ function copyShareLink ( ) {
3+ navigator . clipboard . writeText ( "https://tinyurl.com/pokemonHomeArticle" ) ;
4+ toastr . options = {
5+ "closeButton" : false ,
6+ "debug" : false ,
7+ "newestOnTop" : false ,
8+ "progressBar" : false ,
9+ "positionClass" : "toast-top-center" ,
10+ "preventDuplicates" : false ,
11+ "onclick" : null ,
12+ "showDuration" : "300" ,
13+ "hideDuration" : "1000" ,
14+ "timeOut" : "5000" ,
15+ "extendedTimeOut" : "1000" ,
16+ "showEasing" : "swing" ,
17+ "hideEasing" : "linear" ,
18+ "showMethod" : "fadeIn" ,
19+ "hideMethod" : "fadeOut"
20+ }
21+ toastr [ "success" ] ( "This Article's direct link" , "Copied to Clipboard" )
22+ }
23+ </ script >
124< h1 class ="code-line " data-line-start ="0 " data-line-end ="1 "> < a id ="cloud_based_pokemon_storage_system "> </ a > Cloud-Based Pokémon Storage System</ h1 >
225< br >
326< div class ="row ">
@@ -8,7 +31,46 @@ <h1 class="code-line" data-line-start="0" data-line-end="1"><a id="cloud_based_p
831 < div class ="info-box-content ">
932 < span class ="info-box-number "> YouTube Video</ span >
1033 < span class ="progress-description ">
11- A multimedia version of this article
34+ Full Video about this article
35+ </ span >
36+ </ div >
37+ </ div >
38+ </ a >
39+ </ div >
40+ < div class ="col-md-3 col-sm-6 col-12 ">
41+ < a href ="https://youtu.be/xZXUb8GOvZw " target ="_blank ">
42+ < div class ="info-box bg-gradient-warning shadow-lg ">
43+ < span class ="info-box-icon "> < i class ="fas fa-mobile "> </ i > </ span >
44+ < div class ="info-box-content ">
45+ < span class ="info-box-number "> YouTube Short</ span >
46+ < span class ="progress-description ">
47+ Short PokeHome Promo Video
48+ </ span >
49+ </ div >
50+ </ div >
51+ </ a >
52+ </ div >
53+ < div class ="col-md-3 col-sm-6 col-12 ">
54+ < a href ="# " onClick ="copyShareLink() ">
55+ < div class ="info-box bg-gradient-success shadow-lg ">
56+ < span class ="info-box-icon "> < i class ="fas fa-qrcode "> </ i > </ span >
57+ < div class ="info-box-content ">
58+ < span class ="info-box-number "> Share</ span >
59+ < span class ="progress-description ">
60+ Direct Link to this article
61+ </ span >
62+ </ div >
63+ </ div >
64+ </ a >
65+ </ div >
66+ < div class ="col-md-3 col-sm-6 col-12 ">
67+ < a href ="https://youtu.be/RcGNuH9mLmw " target ="_blank ">
68+ < div class ="info-box bg-gradient-dark shadow-lg ">
69+ < span class ="info-box-icon "> < i class ="fab fa-youtube "> </ i > </ span >
70+ < div class ="info-box-content ">
71+ < span class ="info-box-number "> Child Project</ span >
72+ < span class ="progress-description ">
73+ Project Followup Preview Video
1274 </ span >
1375 </ div >
1476 </ div >
0 commit comments