You can incorporate a “Send a Message” link within your pages or other sections within your site.
This is made possible by adding the Shortcode below:
[private_message]
The Shortcode can also incorporate a number of parameters. These Include:
- to: The ID of the user to send the message to
- subject: The subject line to the message
- message: The pre-added message
- title: The title of the link that is created. Thus replaces the default “Send a Message” title
A sample Shortcode with these parameters in place would be:
[private_message to=10 subject="Hello!" title="Send a New Message"]