Is it possible to have comment style quotes like on Facebook, LinkedIn, and Youtube?
Is it possible to have comment style quotes like on Facebook, LinkedIn, and Yahoo Answers, and Youtube, where a comment box appears below the quote button underneath each comment rather than directing you all the way down to the main comments box at the bottom or top of the screen?
Here's a screenshot example:
Best Answers
-
hgtonight MVP
Create a plugin that:
- Spits out a reply link
- Clicking on it pastes the authors name into the comment box
- And brings a copy/clone of the form into right below it.
This seems like a pretty trivial JS plugin. Are you familiar with jQuery?
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
5 -
hgtonight MVP
@TownFish said:
Ok so this should be a simple thing to achieve in your opinion?All the tools are there to make this a relatively simple plugin. I don't mean to trivialize the development and looking at edge cases.
if we were to create a reply feature to replace the quote feature, would this mean we can eliminate the little piece of code that appears when you Quote normally?
I would just disable the quote plugin since you are looking to supplant that plugin.
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
5
Answers
So, rather than have a quote functionality, you want a reply functionality with the form inserted right at the button and fill the box out with a @mention directed at the user?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Yes that's the absolute ideal of what I'd like to have
Create a plugin that:
This seems like a pretty trivial JS plugin. Are you familiar with jQuery?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Ok so this should be a simple thing to achieve in your opinion? Something else - if we were to create a reply feature to replace the quote feature, would this mean we can eliminate the little piece of code that appears when you Quote normally?
Ok so this should be a simple thing to achieve in your opinion? Something else - if we were to create a reply feature to replace the quote feature, would this mean we can eliminate the little piece of code that appears when you Quote normally?
All the tools are there to make this a relatively simple plugin. I don't mean to trivialize the development and looking at edge cases.
I would just disable the quote plugin since you are looking to supplant that plugin.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.