diff --git a/sites/all/modules/views_timelinejs/plugins/text_sources/title_field_field.inc b/sites/all/modules/views_timelinejs/plugins/text_sources/title_field_field.inc
new file mode 100644
index 0000000..b815874
--- /dev/null
+++ b/sites/all/modules/views_timelinejs/plugins/text_sources/title_field_field.inc
@@ -0,0 +1,11 @@
+<?php
+/**
+ * @file
+ * Title field integration as a text source for TimelineJS.
+ */
+
+$plugin = array(
+  'name' => t('Title field based on Field API for timelineJS field'),
+  'handler_name' => 'views_handler_title_field',
+  'field_type' => 'text',
+);
