Wroth
Forum Replies Created
-
No need to apologize for the delay, I appreciate your time either way thanks for looking into it.
Strange that there was no code to support this when it seemed to work before. I can say it was working recently for sure, we had quite a few videos set up to run on the short URLs, and testing them all worked as expected at the time.
Seems like a worthwhile feature to add though, since again in my experience YT hands you the shortened links most of the time when you are trying to generate timestamps.
Hoping it makes it into the next update – marking it as resolved since it is on your radar now.
Forum: Plugins
In reply to: [Make Connector] Creating new connection 404This issue resolved itself, another try of the same method and url worked, so whatever bug caused it was fixed.
Thank you for the response.
I think it is an important feature so it’s good to hear it is on the drawing table at least, it would enable multiple signup routes for new users which are key in terms of segmenting new users towards specific landing pages etc while still keeping them in common groups. Especially since profile fields are tied to groups.
I was looking through your knowledge base and could not find documentation on ways to programmatically add a user to a group? Similar to how you can manually put users in groups through the edit user admin page. My thought was that if I can not do it from the signup form I could write a custom solution here. Are there any docs on this for developers on this I missed you can point me towards?
Forum: Plugins
In reply to: [Plugin: AddToAny: Share/Bookmark/Email Button] Customize codes won’t workI am having a similar problem with the custom twitter message not showing. I am using a custom img for the button, is there a way to get it to work by defining it clearly as a ‘simple’ twitter button? Since that sounds like that button works while the complex one does not. I’m using neither but perhaps my custom img is being treated like the complex twitter button?
Atm I am placing it with .a2a_button_twitter , pretty much like,
<div class="a2a_kit"> <a class="a2a_button_twitter"> <img src="someimg.png" /> </a> </div>Does it take a different class to define it as simple perhaps…?