
Heute andere Anleitung gefunden - jedoch es wird nichts angezeigt. Geht das im phpbb Forum überhaupt? Wenn es nicht geht, kann ich mir die Zeit weiterer Versuche ersparen.
Im Header soll man das einfügen:
Code: Alles auswählen
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
Im Body soll man das einfügen:
Code: Alles auswählen
<!-- Facebook -->
<a href="https://www.facebook.com/sharer/sharer.php?u=SHAREMESSAGE" title="Share on Facebook" target="_blank" class="btn btn-facebook"><i class="fa fa-facebook"></i> Facebook</a>
<!-- Google+ -->
<a href="https://plus.google.com/share?url=SHAREMESSAGE" title="Share on Google+" target="_blank" class="btn btn-googleplus"><i class="fa fa-google-plus"></i> Google+</a>
<!-- StumbleUpon -->
Code: Alles auswählen
<!-- EVENT index_body_stat_blocks_after -->
<!-- Facebook -->
<a href="https://www.facebook.com/sharer/sharer.php?u=SHAREMESSAGE" title="Share on Facebook" target="_blank" class="btn btn-facebook"><i class="fa fa-facebook"></i> Facebook</a>
<!-- Google+ -->
<a href="https://plus.google.com/share?url=SHAREMESSAGE" title="Share on Google+" target="_blank" class="btn btn-googleplus"><i class="fa fa-google-plus"></i> Google+</a>
<!-- INCLUDE overall_footer.html -->
Ich glaubs nicht, da muss es erst dunkel werden im Büro bis man sieht, dass es längst angezeigt wird noch eine kleine Korrektur in der overall_footer.html und siehe da [ externes Bild ] Nur müsste laut dieser Anleitung der Text nicht angezeigt werden? https://richonrails.com/articles/adding ... using-html (egal hauptsache es wird überhaupt was angezeigt

Jetzt müsste ich nur noch rausfinden, was ich in die Keyboard.css einfügen muss, damit man das bearbeiten kann. Sehr komisch mit diesem a class=.
Code: Alles auswählen
<a class="btn btn-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https://www.facebook.com/Tastenworld/" title="Share on Facebook" target="_blank">
<a class="btn btn-googleplus" href="https://plus.google.com/share?url=https://plus.google.com/u/0/+MyTastenworldch" title="Share on Google+" target="_blank">
<a class="btn btn-youtube" href="https://www.youtube.com/user/9000PRO" title="My-Tastenworld on Youtube" target="_blank" data-placement="top">
[ externes Bild ]
Code: Alles auswählen
a.btn.btn{
font-weight: bold;
font-size: 14px;
color: #395F93;
padding: 10px;
}
Code: Alles auswählen
a.btn.btn{
font-weight: bold;
font-size: 13px;
color: #CCAE71;
padding: 5px;
background-color: #000000;
border: 3px solid #395F93;
border-radius: 5px;
}
Code: Alles auswählen
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
