You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use Optional: Configure URL and share text with javascript:
<script type="text/javascript">
jQuery(document).ready(function ($) {
$('.rrssb-buttons').rrssb({
// required:
title: 'This is the email subject and/or tweet text',
url: 'https://rrssb.netlify.com/',
// optional:
description: 'Longer description used with some providers',
emailBody: 'Usually email body is just the description + url, but you can customize it if you want'
});
});
</script>
then I can - not use this part "HREF" in: <a href="https://www.facebook.com/sharer/sharer.php?u=http://your-url-here" class="popup">
And thus get such simple code like this: <li class="rrssb-facebook"><a href="#" class="popup"><span class="rrssb-icon"></span><span class="rrssb-text">facebook</span></a></li>
Or not?
P.S. I just try to get smaller (as possible) code structure...
The text was updated successfully, but these errors were encountered:
Can you please explain to me this:
If I use Optional: Configure URL and share text with javascript:
then I can - not use this part "HREF" in:
<a href="https://www.facebook.com/sharer/sharer.php?u=http://your-url-here" class="popup">
And thus get such simple code like this:
<li class="rrssb-facebook"><a href="#" class="popup"><span class="rrssb-icon"></span><span class="rrssb-text">facebook</span></a></li>
Or not?
P.S. I just try to get smaller (as possible) code structure...
The text was updated successfully, but these errors were encountered: