-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The social buttons not are not working right #30
Comments
facebook shareit is working fine for me. I did try putting {{> shareit}} on a page that isn't on /blog and got the same exact results that you are describing. I think that's the issue. edit: oops, got here from the meteor-blog github, my bad. |
@arunkumarahuja @westhechiang I had the same problem, but I found the solution. I wrote in the template:
And it doesn't work. So I wrote this:
...and the problem was solved! (shareData is a template helper, like the example in the readme.md file) |
I used {{> shareit shareData}} and seem to be getting the same issue as using {{>shareit}}. Twitter works. FB just creates a new tab of the same page with /# next to it. Google+ creates a twitter post. |
Currently, I have this code: [client/productHeader.js]
[client/productHeader.html]
[client/main.js]
At the moment, I have a problem with the "this.name" line in productHeader.js, but that is another issue ;) |
I have used only {{> shareit}} on a static page. No configuration.
When I click the facebook share button, it opens a new tab with a hash after the url. (nothing gets shared)
When I click the google share button, two twitter tweet popups appear. (nothing gets shared on google)
Twitter share seems to work right.
The text was updated successfully, but these errors were encountered: