This is frustrating.
I just want to add the button that meetup offers to my web-site so
that it can link back to the meetup but the damn thing doesn't work.
Probably because the instructions are incomplete.
Here's where you go to generate the code for the button:
http://www.meetup.com/meetup_api/buttons/
When I generate the code I get two snippets.
1: the HTML for the button
<a href="
http://www.meetup.com/SeductiveInstinct/events/56692212/"
data-event="56692212" class="mu-rsvp-btn">RSVP</a>
2: javascript
<script type="text/javascript" src="
https://secure.meetup.com/
4163300442513314929894/script/api/mu.btns.js?
id=ah0rnvtttj1qid8dog700qke2f"></script>
Followed the instructions and pasted it into the page and it doesn't
work.
All that appears is a simple hyper link.
What I'm expecting is
1: A description of the event
2: When I mouse-over the link something pops up like in the picture on
the page giving me the ability to RSVP.
This really sucks.
Something this simple should just work!
The first thing that occurs to me is that the generated HTML is using
a CSS class that my web-site doesn't even know about.
What's up with that?